a11y: Don't allocate a list just for counting widgets in GtkContainerAccessible
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 10 Mar 2014 14:15:37 +0000 (15:15 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 10 Mar 2014 22:02:41 +0000 (23:02 +0100)
commit89c4ef5873a8949a6986cc450d61fbaf707f7654
tree331c3214a132c91695f1aa87e94bb03812ee3eb8
parentfaa6db84850bfb11cf75b9c433a1a99740f390de
a11y: Don't allocate a list just for counting widgets in GtkContainerAccessible

It's more straightforward if counting through gtk_container_foreach().
gtk/a11y/gtkcontaineraccessible.c